Html Css Color HEX #968ACC Cold Purple

📋 copy color: '#968ACC'

red 150 ◦ green 138 ◦ blue 204

#968ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #968ACC

Tints of Cold Purple #968ACC

RGB

 RED value IS 150 (58.98% from 255) = 30.49%

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 30.49%
G = 28.05%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#968ACC (or 0x968ACC) is known color: Cold Purple. HEX triplet: 96, 8A and CC. RGB value is (150,138,204). Sum of RGB (Red+Green+Blue) = 150+138+204=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #968ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ACC is #697533. Grayscale: #949494. Windows color (decimal): -6911284 or 13404822. OLE color: 13404822.

HSL color Cylindrical-coordinate representation of color #968ACC: hue angle of 250.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968ACC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 138 204 -
CMYK 0.26 0.32 0 0.2
HSL 250.91º 0.39% 0.67% -
HSV(B) 250.91º 0.32% 0.8% -
XYZ 32.57 29.02 61.01 -
YUV 149.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 150 138 204 0.26 0.32 0 0.2 250.91 0.39 0.67
Hex 96 8A CC 1A 20 0 14 FB 27 43
Octal 226 212 314 32 40 0 24 373 47 103
Binary 10010110 10001010 11001100 11010 100000 0 10100 11111011 100111 1000011

Color Harmonies of #968ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ACC

Black with #968ACC

Text Example


Text Example

White with #968ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968ACC; }

 p { color: rgb(150,138,204); }

 H1.HeaderClassName
 {
   color: #968ACC;
 }
 .AnyTagClassName
 {
   color: #968ACC;
 }
</style>

background-color css

<style>
 a { background-color: #968ACC; }

 a { background-color: rgb(150,138,204); }

 div.DivClassName
 {
   background-color: #968ACC;
 }
 .BgClassName
 {
   background-color: #968ACC;
 }
</style>

border-color css

<style>
 span { border-color: #968ACC; }

 span { border-color: rgb(150,138,204); }

 td.TdClassName
 {
   border-color: #968ACC;
 }
 .TagClassName
 {
   border-color: #968ACC;
 }
</style>